Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGeometry2D Class / ContainsColinearPoints Method / ContainsColinearPoints(NPoint[],Int32,Int32) Method


In This Topic
    ContainsColinearPoints(NPoint[],Int32,Int32) Method
    In This Topic
    Checks whether the given array of points contains colinear points.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ContainsColinearPoints( _
       ByVal points() As NPoint, _
       ByVal startIndex As System.Integer, _
       ByVal count As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim points() As NPoint
    Dim startIndex As System.Integer
    Dim count As System.Integer
    Dim value As System.Boolean
     
    value = NGeometry2D.ContainsColinearPoints(points, startIndex, count)
    public static System.bool ContainsColinearPoints( 
       NPoint[] points,
       System.int startIndex,
       System.int count
    )

    Parameters

    points
    startIndex
    count
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also